home *** CD-ROM | disk | FTP | other *** search
- -- background: 3973 from stack: in
- -- bmap block id: 18345
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=30 top=292 right=337 bottom=74
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
-
- on mouseUp
- visual effect checkerboard
- go home
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=367 top=304 right=339 bottom=393
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe right
- go to prev card
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=399 top=305 right=337 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- go to next card
- end mouseUp
-
-
-
- -- part 4 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=133 top=34 right=49 bottom=272
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Name
-
-
- -- part 5 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=326 top=33 right=49 bottom=488
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Agency
-
-
- -- part 6 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=139 top=48 right=63 bottom=252
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Country
-
-
- -- part 7 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=164 top=62 right=76 bottom=258
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Code Name
-
-
- -- part 8 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=348 top=46 right=63 bottom=488
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Date1
-
-
- -- part 10 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=331 top=59 right=73 bottom=475
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Keyword
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=27 top=243 right=289 bottom=77
- -- title width / last selected line: 0
- -- icon id / first selected line: 20186 / 20186
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Card
- ----- HyperTalk script -----
- on mouseUp
- doMenu "New Card"
- end mouseUp
-
-
-
- -- part 13 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=427 top=74 right=90 bottom=452
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 10
- -- style flags: 8448
- -- line height: 13
- -- part name: Role
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=12 top=136 right=158 bottom=80
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sort 1
- ----- HyperTalk script -----
- on mouseUp
- answer "Sort all cards in this stack according to:" with "Name" or "Agency" or "Cancel"
- if it is "Name"
- then sort by field Name
- else if it is "Agency"
- then sort by field Agency
- end mouseUp
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=12 top=159 right=181 bottom=80
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sort 2
- ----- HyperTalk script -----
- on mouseUp
- answer "Sort all cards in this stack according to:" with "Role" or "Origin" or "Cancel"
- if it is "Role"
- then sort by field Role
- else if it is "Origin"
- then sort by field Country
- end mouseUp
-
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=12 top=182 right=204 bottom=80
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sort 3
- ----- HyperTalk script -----
- on mouseUp
- answer "Sort all cards in this stack according to:" with "Keyword" or "Code Name" or "Cancel"
- if it is "Keyword"
- then sort by field Keyword
- else if it is "Code Name"
- then sort by field CodeName
- end mouseUp
-
-
-
- -- part 19 (field)
- -- low flags: 00
- -- high flags: 0007
- -- rect: left=104 top=111 right=297 bottom=484
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: Comments
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=321 top=308 right=337 bottom=354
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: First Card
- ----- HyperTalk script -----
- on mouseUp
- play "harpsichord"
- visual effect barn door close
- go to first card
- end mouseUp
-
-
-
- -- part 21 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=430 top=303 right=336 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 766 / 766
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Last Card
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom open
- go to last card
- end mouseUp
-
-
-
- -- part 23 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=191 top=307 right=324 bottom=258
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: date created
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=12 top=217 right=239 bottom=81
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Ref
- ----- HyperTalk script -----
- on mouseUp
- show bkgnd field "ref"
- show bkgnd button "ok"
- end mouseUp
-
-
-
-
- -- part 25 (field)
- -- low flags: 80
- -- high flags: 0004
- -- rect: left=156 top=120 right=248 bottom=382
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: Ref
-
-
- -- part 26 (button)
- -- low flags: 80
- -- high flags: 8003
- -- rect: left=345 top=221 right=243 bottom=376
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: OK
- ----- HyperTalk script -----
- on mouseUp
- hide bkgnd button "OK"
- hide bkgnd field "Ref"
- end mouseUp
-
-